home *** CD-ROM | disk | FTP | other *** search
- /* Windowing.h */
-
- #ifndef __WIN__
- #define __WIN__
-
- /*----------*/
- void WindowingSeg (void);
- void DoContent (WindowPtr whichWindow);
- void DoDrag (WindowPtr whichWindow);
- /*void DoGrow (WindowPtr whichWindow);*/
- void DoGoAway (WindowPtr whichWindow,
- EventRecord gTheEvent);
- /*void DoZoom (WindowPtr whichWindow,*/
- /* short inOrOut);*/
-
- #endif /* __WIN__ */